home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_PARA / TFORM_PARA.txt
Text File  |  2003-11-13  |  4KB  |  224 lines

  1. object Form_Para: TForm_Para
  2.   Left = 254
  3.   Top = 310
  4.   ActiveControl = RB_Align
  5.   BorderStyle = bsDialog
  6.   Caption = 'Paragraph properties'
  7.   ClientHeight = 197
  8.   ClientWidth = 357
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button_OK: TButton
  23.     Left = 10
  24.     Top = 167
  25.     Width = 75
  26.     Height = 25
  27.     Hint = 'Accept changes and close dialog box'
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 3
  32.     OnClick = Button_OKClick
  33.   end
  34.   object Button_Cancel: TButton
  35.     Left = 90
  36.     Top = 167
  37.     Width = 75
  38.     Height = 25
  39.     Hint = 'Discard changes and close dialog box'
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 4
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 5
  46.     Top = 50
  47.     Width = 221
  48.     Height = 106
  49.     Caption = ' Spacing '
  50.     TabOrder = 1
  51.     object Label4: TLabel
  52.       Left = 15
  53.       Top = 20
  54.       Width = 63
  55.       Height = 13
  56.       Caption = 'Line &spacing:'
  57.       FocusControl = Combo_Spc
  58.     end
  59.     object Label5: TLabel
  60.       Left = 15
  61.       Top = 80
  62.       Width = 59
  63.       Height = 13
  64.       Caption = 'S&pace After:'
  65.       FocusControl = Spin_SpcAft
  66.     end
  67.     object Label6: TLabel
  68.       Left = 15
  69.       Top = 50
  70.       Width = 68
  71.       Height = 13
  72.       Caption = 'Space B&efore:'
  73.       FocusControl = Spin_SpcBef
  74.     end
  75.     object Combo_Spc: TComboBox
  76.       Left = 90
  77.       Top = 15
  78.       Width = 106
  79.       Height = 21
  80.       Style = csDropDownList
  81.       ItemHeight = 13
  82.       Items.Strings = (
  83.         'Single'
  84.         'One and a Half'
  85.         'Double')
  86.       TabOrder = 0
  87.     end
  88.     object Spin_SpcBef: TSpinEdit
  89.       Left = 90
  90.       Top = 45
  91.       Width = 61
  92.       Height = 22
  93.       MaxValue = 0
  94.       MinValue = 0
  95.       TabOrder = 1
  96.       Value = 0
  97.       OnChange = Spin_SpcBefChange
  98.     end
  99.     object Spin_SpcAft: TSpinEdit
  100.       Left = 90
  101.       Top = 75
  102.       Width = 61
  103.       Height = 22
  104.       MaxValue = 0
  105.       MinValue = 0
  106.       TabOrder = 2
  107.       Value = 0
  108.       OnChange = Spin_SpcBefChange
  109.     end
  110.   end
  111.   object RB_Align: TRadioGroup
  112.     Left = 5
  113.     Top = 5
  114.     Width = 221
  115.     Height = 41
  116.     Caption = ' &Alignment '
  117.     Columns = 4
  118.     ItemIndex = 0
  119.     Items.Strings = (
  120.       'Left'
  121.       'Center'
  122.       'Right'
  123.       'Full')
  124.     TabOrder = 0
  125.   end
  126.   object GroupBox2: TGroupBox
  127.     Left = 230
  128.     Top = 5
  129.     Width = 121
  130.     Height = 151
  131.     Caption = ' Indent '
  132.     TabOrder = 2
  133.     object Label3: TLabel
  134.       Left = 15
  135.       Top = 80
  136.       Width = 28
  137.       Height = 13
  138.       Caption = '&Right:'
  139.       FocusControl = Spin_Right
  140.     end
  141.     object Label2: TLabel
  142.       Left = 15
  143.       Top = 50
  144.       Width = 21
  145.       Height = 13
  146.       Caption = '&Left:'
  147.       FocusControl = Spin_Left
  148.     end
  149.     object Label1: TLabel
  150.       Left = 15
  151.       Top = 20
  152.       Width = 22
  153.       Height = 13
  154.       Caption = '&First:'
  155.       FocusControl = Spin_First
  156.     end
  157.     object Bevel1: TBevel
  158.       Left = 10
  159.       Top = 100
  160.       Width = 101
  161.       Height = 5
  162.       Shape = bsBottomLine
  163.     end
  164.     object Spin_First: TSpinEdit
  165.       Left = 50
  166.       Top = 15
  167.       Width = 61
  168.       Height = 22
  169.       MaxValue = 0
  170.       MinValue = 0
  171.       TabOrder = 0
  172.       Value = 0
  173.       OnChange = Spin_SpcBefChange
  174.     end
  175.     object Spin_Left: TSpinEdit
  176.       Left = 50
  177.       Top = 45
  178.       Width = 61
  179.       Height = 22
  180.       MaxValue = 0
  181.       MinValue = 0
  182.       TabOrder = 1
  183.       Value = 0
  184.       OnChange = Spin_SpcBefChange
  185.     end
  186.     object Spin_Right: TSpinEdit
  187.       Left = 50
  188.       Top = 75
  189.       Width = 61
  190.       Height = 22
  191.       MaxValue = 0
  192.       MinValue = 0
  193.       TabOrder = 2
  194.       Value = 0
  195.       OnChange = Spin_SpcBefChange
  196.     end
  197.     object CB_Bullets: TCheckBox
  198.       Left = 15
  199.       Top = 109
  200.       Width = 91
  201.       Height = 17
  202.       Caption = '&Bulleted list'
  203.       TabOrder = 3
  204.       OnClick = CB_BulletsClick
  205.     end
  206.     object CB_Numbers: TCheckBox
  207.       Left = 15
  208.       Top = 129
  209.       Width = 91
  210.       Height = 17
  211.       Caption = '&Numbered list'
  212.       TabOrder = 4
  213.       OnClick = CB_NumbersClick
  214.     end
  215.   end
  216.   object FormPlacement: TFormPlacement
  217.     IniSection = 'ParaDlg'
  218.     Options = [fpPosition]
  219.     UseRegistry = True
  220.     Left = 240
  221.     Top = 165
  222.   end
  223. end
  224.